odhcpd: bump minimum cmake version
authorDavid Härdeman <[email protected]>
Tue, 16 Sep 2025 15:35:26 +0000 (17:35 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Wed, 24 Sep 2025 09:33:34 +0000 (11:33 +0200)
This removes warnings with more recent versions of cmake.

3.13 is already required by e.g. ubus, so it seems like a reasonable
minimum.

Signed-off-by: David Härdeman <[email protected]>
CMakeLists.txt

index 1588637e781a937a45c513b0e114c931adb69293..de9a4e68ee578f1b663e81f2f362b99b54e99217 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.13)
 cmake_policy(SET CMP0015 NEW)
 
 # Project Definition